type go/types.action

5 uses

	go/types (current package)
		check.go#L132: type action struct {
		check.go#L140: func (a *action) describef(pos positioner, format string, args ...any) {
		check.go#L196: 	delayed  []action              // stack of delayed action segments; segments are processed in FIFO order
		check.go#L264: func (check *Checker) later(f func()) *action {
		check.go#L266: 	check.delayed = append(check.delayed, action{version: check.version, f: f})